home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / IDSTART.DIR / 00009_Script_9 < prev    next >
Text File  |  1999-04-29  |  285b  |  13 lines

  1. global idcdpath,bgmusic,demofolder
  2.  
  3. on exitFrame
  4.   set the exitlock to true
  5.   if mac() then
  6.     pathdel = ":"
  7.   else
  8.     pathdel = "\"
  9.   end if
  10.   demofolder = idcdpath & "allfiles" & pathdel
  11.   bgmusic = demofolder&"opener.aif"
  12.   go "intro animation" of movie "ID99MENU"
  13. end